[PATCH] <short summary of the patch>
authorCamm Maguire <camm@debian.org>
Sat, 27 Jun 2026 17:46:15 +0000 (17:46 +0000)
committerCamm Maguire <camm@debian.org>
Thu, 16 Jul 2026 16:43:44 +0000 (12:43 -0400)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

Gbp-Pq: Name Version_2_7_2pre34

configure
configure.ac
git.tag

index 29b5e8eec4f35f07e4d9d32860074f44e5b18ec8..0e6ddc7e30b7d5c15a28548844921aa11a41d81e 100755 (executable)
--- a/configure
+++ b/configure
@@ -7448,7 +7448,7 @@ if test ${enable_aslr+y}
 then :
   enableval=$enable_aslr; enable_aslr=$enableval
 else case e in #(
-  e) enable_asrl="yes" ;;
+  e) enable_aslr="yes" ;;
 esac
 fi
 
index fc0b5a51449cf941f19d69360da146840e0c47dd..465112148880ba5727a1761553b4c79a945d97c3 100644 (file)
@@ -287,7 +287,7 @@ add_args_to_cflags  -fsigned-char -pipe -fcommon \
 add_args_to_ldflags -no-pie -Wl,-z,relro # -Wl,-z,lazy
 
 AC_ARG_ENABLE([aslr],[  --disable-aslr will ensure reproducible builds and/or work around absent no-pie],
-             [enable_aslr=$enableval],[enable_asrl="yes"])
+             [enable_aslr=$enableval],[enable_aslr="yes"])
 
 AC_MSG_CHECKING([whether aslr must be disabled due to absent -no-pie])
 if ! echo $LDFLAGS |grep -q -w '\-no\-pie'; then
diff --git a/git.tag b/git.tag
index c75be97a2dda43eb40b1b51a8b0c382abae43ce1..3737f7cdcd20fab93e4094a010279dbc40cd577d 100644 (file)
--- a/git.tag
+++ b/git.tag
@@ -1 +1 @@
-"Version_2_7_2pre33"
+"Version_2_7_2pre34"